home *** CD-ROM | disk | FTP | other *** search
INI File | 1997-04-18 | 1.3 KB | 85 lines |
- ; COBOL parser settings for Visual COBOL
- ; Visual COBOL supports several other COBOL extensions,
- ; which are not included in this file. Use the general
- ; COBOL parser settings for these extensions.
-
- ; a list of possible exceptions for statements
- [Exceptions]
- Ex1=ON OVERFLOW,OVERFLOW
- Ex2=ON EXCEPTION,EXCEPTION
- Ex3=ON ESCAPE,ESCAPE
- Ex4=NO DATA
- Ex5=ON SIZE ERROR,SIZE ERROR
- Ex6=AT END,END
- Ex7=INVALID KEY,INVALID
- Ex8=AT END-OF-PAGE,END-OF-PAGE
- Ex9=AT EOP,EOP
- Ex10=WITH DATA,DATA
-
- ; a list of statements that should be recognized
- [Statements]
- CallException=1,2
- SearchException=6
-
- Stmt1=ACCEPT,2,3,*
- Stmt2=ADD,5,*
- Stmt3=ALTER
- Stmt4=CANCEL
- Stmt5=CLOSE
- Stmt6=COMPUTE,5,*
- Stmt7=CONTINUE
- Stmt8=DELETE,7,*
- Stmt9=DISPLAY,2,*
- Stmt10=DIVIDE,5,*
- Stmt11=EXAMINE
- Stmt12=GO
- Stmt13=INITIALIZE
- Stmt14=INSPECT
- Stmt15=MERGE
- Stmt16=MOVE
- Stmt17=MULTIPLY,5,*
- Stmt18=OPEN
- Stmt19=READ,6,7,*
- Stmt20=RELEASE
- Stmt21=RETURN,6,*
- Stmt22=REWRITE,7,*
- Stmt23=SET
- Stmt24=SORT
- Stmt25=START,7,*
- Stmt26=STOP
- Stmt27=STRING,1,*
- Stmt28=SUBTRACT,5,*
- Stmt29=TRANSFORM
- Stmt30=UNLOCK
- Stmt31=UNSTRING,1,*
- Stmt32=USE
- Stmt33=WRITE,7,8,9,*
-
- ; these keywords should not be recognized as statements
- [NoKeywords]
- NK1=OTHERWISE
-
- [ParseOptions]
- AllowSentenceInAArea=1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-